
if (( $# > 0 )) ; then
 avg%.gawk "$@"
else
 avg%.gawk <<<"${plusavg[@]}"
fi
 
